public interface GxStatusBarComponentInterface
An interface which defines a status bar component
| Modifier and Type | Method and Description | 
|---|---|
|  BBjString | getAlignment()Get the component alignment | 
|  JsonObject | getAsJsonObject()Get the component's JSON representation | 
| static BBjString | getId()Get the component id | 
| static BBjString | NAME()Get the component name | 
|  void | setAlignment(BBjString alignment!)Set the component alignment | 
public BBjString getAlignment()Get the component alignment
public JsonObject getAsJsonObject()Get the component's JSON representation
public static BBjString getId()Get the component id
public static BBjString NAME()Get the component name
 since version 0.101.0, GxStatusBarComponentInterface.NAME() is deprecated / renamed. Use GxStatusBarComponentInterface.getId() instead.public void setAlignment(BBjString alignment!)Set the component alignment
BBjString alignment$ "right", "left" or "center"